home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CHIP_CD_2003-12.iso / software / infer / files / setup.exe / {app} / adslocal.cfg < prev    next >
INI File  |  2003-01-04  |  2KB  |  65 lines

  1. [SETTINGS]
  2. ;              Advantage Local Server configuration file
  3. ;
  4. ; The Advantage Local Server DLL (for Windows) and SO (for Linux) reads
  5. ; this configuration file when the DLL/SO is loaded. Values input
  6. ; after the keyword and equal sign are used to configure the DLL/SO.
  7. ; If no value is inserted after a keyword and equal sign, the default
  8. ; is used. This file should be located in the same directory as your
  9. ; Advantage Local Server DLL (adsloc32.dll) or SO (libadsloc.so).
  10. ;
  11. ; Number of Connections
  12. ; Default = 20; Range = 1 - No upper limit
  13. CONNECTIONS=20
  14. ;
  15. ; Number of Tables
  16. ; Default = 50; Range = 1 - No upper limit
  17. TABLES=50
  18. ;
  19. ; Number of Index Files
  20. ; Default = 75; Range = 1 - No upper limit
  21. INDEXES=75
  22. ;
  23. ; Number of Data Locks
  24. ; Default = 500; Range = 1 - No upper limit
  25. LOCKS=500
  26. ;
  27. ; Maximum Size of Error Log (in KBytes)
  28. ; Default = 1000 KBytes; Range = 1 KByte - No upper limit
  29. ERROR_LOG_MAX=1000
  30. ;
  31. ; Error Log and Assert Log Path
  32. ; Default = C:\
  33. ERROR_ASSERT_LOGS=
  34. ;
  35. ; ANSI Character Set
  36. ; Default = Use the currently configured ANSI character set that is active
  37. ;           on the workstation.
  38. ; If you do not wish to use the ANSI character set that is active on the
  39. ;   current workstation, the available ANSI character sets to be used are:
  40. ;     Danish, Dutch, Engl(Amer), Engl(UK), Engl(Can), Finnish, French,
  41. ;     French Can, German, Icelandic, Italian, Norwegian, Portuguese, Spanish,
  42. ;     Span(Mod), Swedish, or Russian
  43. ANSI_CHAR_SET=
  44. ;
  45. ; OEM/Localized Character Set
  46. ; Default = USA
  47. ; Options are:
  48. ;   USA, DANISH, DUTCH, FINNISH, FRENCH, GERMAN, GREEK437, GREEK851, ICELD850,
  49. ;   ICELD861, ITALIAN, NORWEGN, PORTUGUE, SPANISH, SWEDISH, MAZOVIA, PC_LATIN,
  50. ;   ISOLATIN, RUSSIAN, NTXCZ852, NTXCZ895, NTXSL852, NTXSL895, or NTXHU852
  51. OEM_CHAR_SET=USA
  52. ;
  53. ; Local File Flush Frequency (in milliseconds)
  54. ; Default = 20000 ms (20 seconds); Range = 0 ms - No upper limit
  55. FLUSH_FREQUENCY=20000
  56. ;
  57. ; Lowercase All Paths
  58. ; Default = 0 (false)
  59. ; Options are: 0 (for false) and 1 (for true)
  60. ; Option to force the Linux Advantage Local Server SO to lowercase all
  61. ;    paths and filenames before attempting to access them on disk. This
  62. ;    option is ignored by the Advantage Local Server DLL for Windows.
  63. LOWERCASE_ALL_PATHS=
  64.  
  65.